home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / Alpha ƒ / HTML mode manual / Style Sheet / manual.css
Encoding:
Cascading Style Sheet File  |  2001-01-14  |  835 b   |  83 lines

  1. .indent {
  2.     margin-left: 3em;
  3. }
  4.  
  5. BODY {
  6.     background: #FFFFFF;
  7.     color: black;
  8. }
  9.  
  10. A:link {
  11.     color: blue;
  12. }
  13.  
  14. A:visited {
  15.     color: blue;
  16. }
  17.  
  18. .htmlcode {
  19.     color: blue;
  20. }
  21.  
  22. .attrcode {
  23.     color: purple;
  24. }
  25.  
  26. .textcode {
  27.     color: green;
  28. }
  29.  
  30. .commentcode {
  31.     color: red;
  32. }
  33.  
  34. .code {
  35.     font: 9pt Monaco, Courier, sans-serif;
  36. }
  37.  
  38. .inlinecode {
  39.     font: 9pt Monaco, Courier, sans-serif;
  40.     color: blue;
  41.     white-space: nowrap;
  42. }
  43.  
  44. .selectedcode {
  45.     background: aqua;
  46. }
  47.  
  48. .codeindent {
  49.     margin-left: 3em;
  50.     font: 9pt Monaco, Courier, sans-serif;
  51. }
  52.  
  53. .codesnippet {
  54.     background: #E1E1E1;
  55.     border: none;
  56.     padding: 3pt;
  57. }
  58.  
  59. UL.features {
  60.     padding: 1em;
  61.     border: solid thin;
  62.     background: #CCFFFF;
  63.     margin-left: 0em;
  64. }
  65.  
  66. PRE.toc {
  67.     font: 10pt Geneva, sans-serif;
  68. }
  69.  
  70. .item {
  71.     color: maroon;
  72.     font-weight: bold;
  73. }
  74.  
  75. .menuitem {
  76.     font-weight: bold;
  77. }
  78.  
  79. .menu {
  80.     font-weight: bold;
  81. }
  82.  
  83.